home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000221_news@columbia.edu _Thu Jan 25 13:43:39 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  7KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA23181
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 25 Jan 2001 13:43:39 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA13845
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 25 Jan 2001 13:43:38 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA07604
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 25 Jan 2001 13:34:03 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jrd@cc.usu.edu (Joe Doupnik)
  13. Subject: Re: MS/Kermit Telnet keepalive
  14. Message-ID: <Fqayosdy2uCc@cc.usu.edu>
  15. Date: 25 Jan 01 11:02:44 MDT
  16. Organization: Utah State University
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <t70jqqo7o3mn90@corp.supernews.com>, "Tom Grant" <Tom.Grant@LaCodeWORKS.com> writes:
  20. > We're running MS/Kermit 3.15 on several NT remote boot (dos 6.22)
  21. > workstations as a VT100 Telnet client.  MSK's 3.15 what's new file
  22. > notes improved support for keepalive.
  23. > How is the keepalive implemented?  Is there a net.cfg,
  24. > mskermit.ini or tcpip.ini setting I'm missing?  (File contents below)
  25. > Our telnet server (RFGen http://www.rfgen.com) has timeout
  26. > disabled, but we're dropping sessions.
  27. > Any help is appreciated!
  28. > Thanks.
  29. > T
  30. -----------
  31.     TCP keepalives are obviously different than remote system shell
  32. activity. The connection breakage is by the remote system, not by MSK,
  33. and that is usually because the o/s there has had no user activity for
  34. some period of time.
  35.     There is no control knob for keepalives; it is a matter of TCP
  36. stack internals. The current better MSK is v3.16 beta, fetchable from
  37. Columbia; worth a try.
  38.     One more vital thing. Your Windows config files suggest you are
  39. trying to run another TCP/IP stack in parallel with MSK. If that is the
  40. case then fratricide will occur and connections will be lost. Use only
  41. one TCP stack over a single lan adapter/IP address.
  42.     Joe D.
  43. > Protocol.ini
  44. > [PROTMAN]
  45. >   DRIVERNAME = PROTMAN$
  46. >   DYNAMIC = YES
  47. >   PRIORITY = NETBEUI
  48. > [netbeui]
  49. >   drivername = netbeui$
  50. >   bindings = LP_NIF
  51. >   names = 5
  52. >   ncbs = 8
  53. > ;  packets = 20
  54. >   pipeline = 10
  55. >   sessions = 4
  56. > ;  stacksize = 512
  57. >   lanabase = 0
  58. > ; this is for LANpoint, none of these items should be changed
  59. > [LP_NIF]
  60. >   DRIVERNAME = LPND$$$$
  61. >   MAXTRANSMITS = 10
  62. >   IOADDRESS = 0x300
  63. >   INTERRUPT = 5
  64. >   RAMSIZE(K) = 32
  65. >   IOWORDSIZE = 8
  66. > ;****************;
  67. > ; Protocol       ;
  68. > ;****************;
  69. > [PKTDRV]
  70. >   DRIVERNAME=PKTDRV$
  71. >   BINDINGS=LP_NIF
  72. >   INTVEC=0x60
  73. > ;  INTVEC=0x66
  74. > [IPX_XIF]
  75. >    Drivername = IPX$
  76. >    LOAD = IPXMARK[U],IPX[U]
  77. >    UNLOAD = IPXREL[C]
  78. >    BINDINGS = LP_NIF
  79. > ================================
  80. > DOSBB.CNF
  81. > ;c:\winnt\rpl\bblock\netbeui\timep\dosbb.cnf
  82. > ; DOS on LANpoint Ethernet
  83. > BASE D0H
  84. > RPL BBLOCK\RPLBOOT.SYS
  85. > LDR BBLOCK\RPLSTART.COM ~
  86. > DAT BBLOCK\NETBEUI\lanpoint\PROTOCOL.INI
  87. > DRV BBLOCK\RPLDISK.SYS ~ ~ ~
  88. > EXE BBLOCK\RPLPRO1.COM ~ 2 ~
  89. > EXE BBLOCK\I13.COM ~ ~ ~
  90. > EXE BBLOCK\RPLBIND2.EXE ~ ~
  91. > EXE BBLOCK\PROTMAN.EXE ~ ~
  92. > EXE BBLOCK\RPLBIND1.EXE ~ ~
  93. > DRV BBLOCK\IPXNDIS.DOS ~ ~ ~
  94. > ;
  95. > ;DRV BBLOCK\TCPDRV.DOS /I:C:\LANMAN.DOS ~ ~
  96. > DRV BBLOCK\NDIS\dis_pkt9.dos ~ ~ ~
  97. > EXE BBLOCK\NETBEUI\NETBEUI.EXE ~ 10 ~
  98. > DRV BBLOCK\NDIS\LP_NDIS.SYS ~ ~ ~
  99. > DRV BBLOCK\PROTMAN.DOS /I:C:\LANMAN.DOS ~ M
  100. > ;EXE BBLOCK\ODI\IPXODI.COM ~ ~ ~
  101. > ;EXE BBLOCK\ODI\LPNICE.COM ~ ~ ~
  102. > ;EXE BBLOCK\ODI\LSL.COM ~ ~ ~
  103. > ================================
  104. > Net.cfg:
  105. > LINK DRIVER LPNICE
  106. >  FRAME ETHERNET_802.2
  107. > ================================
  108. > TCPIP.ini:
  109. > SET TCP/IP HOST 192.168.3.1
  110. > SET TCP/IP ADDRESS 192.168.3.10
  111. > SET TCP/IP SUBNETMASK 255.255.255.0
  112. > SET TCP/IP GATEWAY 0.0.0.0
  113. > SET TCP/IP BROADCAST 255.255.255.255
  114. > SET PORT TCP
  115. > ================================
  116. > MSKERMIT.ini
  117. > ;MSKERMIT.INI
  118. > if not < \v(version) 315 forward PATCH
  119. > echo This MSKERMIT.INI file must be used with MS-DOS Kermit 3.14 or later
  120. > stop 1
  121. > :PATCH
  122. > Echo Executing \v(cmdfile)...
  123. > if inpath MSR315.PCH forward PATCH2
  124. > if not inpath MSKERMIT.PCH forward BEGIN
  125. > :PATCH2
  126. > echo Installing Patches
  127. > echo
  128. > patch
  129. > :BEGIN
  130. > ;
  131. > ; Set up file transfer information
  132. > set file collision overwrite            ; Do overwrite existing files
  133. > set transfer character-set transparent  ; No surprise translations
  134. > set receive packet-length 94            ; Regular-size packets
  135. > set attributes on                       ; Use file-attribute packets
  136. > set window 1                            ; Don't use sliding windows
  137. > ;
  138. > ; Set up normal terminal
  139. > set terminal display 8                  ; In the 8-bit environment
  140. > set terminal vt320                      ; Emulate DEC VT220
  141. > set terminal roll off                   ; Keep rolled-back where they are
  142. > set terminal wrap on                    ; Tell Kermit to do line wrap
  143. > set terminal tabs at 1:8                ; Set tabs at every 8 spaces
  144. > set terminal cursor underline           ; Underline cursor (rather than
  145. > block)
  146. > set terminal type ANSI                  ; Change this if desired.
  147. > set terminal bytesize 8                 ; Change to 8 if desired.
  148. > set terminal color 20                  ; Set Color so ESC[0m resets
  149. > set terminal answer on                  ; Set Answerback to respond to ^E
  150. > set terminal answer message :HHT        ; Set Answerback Message to add
  151. > $TERM
  152. > set mode-line off
  153. > set warning off
  154. > set prompt [\v(dir)] MS-Kermit>
  155. > COMMENT - TCP/IP network configuration.
  156. > ;
  157. > check tcp
  158. > if fail forward notcp
  159. > ; Read in TCP/IP Connection Info
  160. > ;
  161. > take tcpip.ini
  162. > forward KEYS
  163. > :notcp
  164. > ; Read in SERIAL Connection Info
  165. > ;
  166. > ;take serial1.ini
  167. > :KEYS
  168. > ; [KEYS omitted for brevity]
  169. > connect
  170. > cls
  171. > quit
  172. > ================================
  173. > autoexec.bat:
  174. > @ECHO OFF
  175. > REM **************************************************************
  176. > REM **       Microsoft LAN Manager   **
  177. > REM **        Copyright(c) Microsoft Corp., 1990  **
  178. > REM **************************************************************
  179. > SET COMSPEC=C:\DOS\COMMAND.COM
  180. > SET PATH=C:\LANMAN.DOS\NETPROG;C:\DOS;C:\BINR;C:\BINB;
  181. > SET PROMPT=$P$G
  182. > SET TMP=C:\TMP
  183. > SET TEMP=C:\TMP
  184. > SET DOSSHELL=C:\WKSTA
  185. > VER
  186. > ECHO ON
  187. > NET START RDR /RPL:YES /FIT:YES /COMPUTERNAME:(COMPUTER_NAME) /HIMEM:YES
  188. > FIXMEM
  189. > Rem following line configures built in RFID decoder for [CR][LF]
  190. > echo SEP1>COM2
  191. > cd c:\wksta\kermit
  192. > msk315
  193. > REBOOT
  194.